body {
	min-width: 1240px;
}

.artcleListWrap,
.tempWrap,
.artcleListCon,
.artcleList,
.artcleList ul,
.artcleList li {
	width: 100%;
}

/* 头部开始 */
.header {
	width: 100%;
	background-color: #fff;
}

.header .top {
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #e5e5e5;
}

.header .top .top_lf {
	float: left;
}

.header .top .top_lf span {
	float: left;
}

.header .top .top_lf span a {
	padding: 0 20px;
	border-right: 1px solid #dcdcdc;
}

.header .top .top_lf span:first-child a {
	padding-left: 0;
}

.header .top .top_lf span:last-child a {
	border-right: none;
}

.header .top .top_rt {
	float: right;
}

.header .top .top_rt a {
	float: left;
	margin-left: 25px;
}

.header .top .top_rt a i {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 2px;
	vertical-align: middle;
}

.header .top .top_rt a i.ft {
	background: url('../images/common/top-icon.png') -10px -10px;
}

.header .top .top_rt a i.wza {
	background: url('../images/common/top-icon.png') -48px -10px;
}

.header .top .top_rt a i.app {
	background: url('../images/common/top-icon.png') -86px -10px;
}

.header .top .top_rt a i.weichat {
	background: url('../images/common/top-icon.png') -124px -10px;
}

.header .top .top_rt a i.weibo {
	background: url('../images/common/top-icon.png') -164px -10px;
}

.header .middle {
	height: 118px;
}

.header .middle .logo {
	float: left;
	font-size: 0;
}

.header .middle .logo a {
	display: inline-block;
}

.header .middle .logo a img {
	width: 445px;
	height: 88px;
	margin: 15px;
}

.header .middle .ml_rt {
	float: right;
	padding: 35px 0;
}

.header .middle .ml_rt .search {
	display: inline-block;
	position: relative;
}

.header .middle .ml_rt input {
	width: 452px;
	height: 48px;
	padding-left: 25px;
	border: 1px solid #e5e5e5;
	border-radius: 24px;
	font-size: 16px;
	color: #999999;
	box-sizing: border-box;
}

.header .middle .ml_rt button {
	position: absolute;
  top: 1px;
	left: 390px;
	width: 48px;
	height: 46px;
	padding: 0;
	border-radius: 24px;
	background: #ffffff url(../images/common/search.png) no-repeat center;
	cursor: pointer;
}

.header .middle .ml_rt .log_reg {
	float: right;
	margin-left: 6px;
	text-align: center;
}

.header .middle .ml_rt .log_reg a {
	display: inline-block;
	font-size: 16px;
}

.header .middle .ml_rt .log_reg a:first-child span {
	border-right: 1px solid #dcdcdc;
}

.header .middle .ml_rt .log_reg i {
	display: block;
	height: 25px;
	width: 25px;
	margin: 0 24px;
}

.header .middle .ml_rt .log_reg i.login {
	background: url('../images/common/top-icon.png') -200px -10px;
}

.header .middle .ml_rt .log_reg i.register {
	background: url('../images/common/top-icon.png') -240px -10px;
}

.header .middle .ml_rt .log_reg span {
	display: inline-block;
	padding: 0 24px;
}
.h_login {
	/* position: relative; */
	z-index: 4;
	margin: 0 2px;
  
}
.user_box{
  margin-top: 12px;
}
.h_login ul { display: none; z-index: 5;position: relative;top: 0;padding-left: 0;z-index: 9;}

.h_login a:hover span{
  color: #DC143C;
}
.h_login ul li {
 width: 98px;
 height: 25px;
 line-height: 25px;
 display: block;
 text-align: center;
}

.h_login ul li a {
 float: inherit;
 height: 25px;
 line-height: 25px;
 display: block;
}
.user_box b{
  color: #DC143C;
}
.h_login ul li:hover{
background-color: #E3E3E3;
}
.h_login ul li a:hover{
  color: #DC143C;
}

.header .nav {
	background-color: #025193;
}

.header .nav li {
	float: left;
	width: 170px;
	height: 60px;
	line-height: 60px;
	border-right: 1px solid #025eab;
}
.header .nav li:hover {
	background-color: rgb(255, 255, 255, .1);
}

.header .nav li a {
	display: block;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
}

.header .nav i {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-right: 10px;
}

.header .nav i.home {
	background: url(../images/common/home.png) no-repeat;
}

.header .nav li.active {
	background-color: #025eab;
}

/* 头部结束 */
/* 网站链接开始 */
.link {
	height: 45px;
	line-height: 45px;
	border-top: 1px solid #e5e5e5;
}

.link .link_nav {
	float: right;
}

.link li {
	position: relative;
	float: left;
	width: 160px;
	text-align: center;
}

.link li span {
	position: relative;
	display: block;
	cursor: pointer;
}

.link li span:hover .links{
	height: 180px;
}

.link li::after {
	position: absolute;
	top: 15px;
	right: 5px;
	content: '';
	width: 8px;
	height: 8px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	transform: rotate(45deg);
}

.link .links {
	height: 0px;
	overflow: auto;
	overflow-x: hidden;
	margin-top: -1px;
	background: #fff;
	line-height: 34px;
	width: 100%;
	border-top: none;
	text-align: center;
	transition: 200ms;
}

.link .links a {
	display: block;
}

/* 网站链接结束 */
/* 底部开始 */
.footer {
	height: 195px;
	background-color: #025193;
}

.footer .wzsm {
	padding: 20px 0;
	font-size: 14px;
	font-weight: bold;
}

.footer .wzsm a {
	color: #ffffff;
}

.footer .wzsm span {
	padding: 0 20px;
	color: #ffffff;
}

.footer .webinfo {
	float: left;
}

.footer .webinfo p {
	color: #ffffff;
	height: 26px;
	line-height: 26px;
}

.footer .webinfo p span {
	margin-right: 20px;
}

.footer .webinfo p a {
	color: #ffffff;
}

.footer .webinfo p img {
	margin-right: 5px;
}

.footer .jiucuo {
	float: right;
	padding-top: 20px;
}

.footer .jiucuo a:nth-child(4) img{height:55px;width:120px;}

/* 底部结束 */
/* 当前位置 */
.location {
  background: url(../images/common/location.png) no-repeat 0 center;
  padding-left: 25px;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #E1E1E1;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
/*分页*/
#page-div{
  margin:15px auto;
  text-align: center;
}
.pagination-first,.pagination-last{
  display: block;
  margin: 10px;
}
.pagination-index,.pagination-num{
  border: 1px solid #bfbfbf;
  margin: 0 3px;
  padding:0 10px;
  display: inline-block;
  border-radius: 3px;
  color: #bfbfbf;
}
.pagination-num.active,.pagination-index:hover,.pagination-num:hover{
  background: #bfbfbf;
  color: white;
}
.pagination-last>span{
  margin: 0 10px;
}
.pagination-last input{
  height: 15px;
  width: 28px;
  padding: 0;
  text-align: center;
  border: 1px solid #bfbfbf;
}
/*-----------------------------detail详情-----------------------------*/

.xgxw p{
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px;
  line-height: 50px;
  margin-bottom: 10px;
}
.xgxw p i{
  width: 5px;
  height: 20px;
  background: #3871a6;
  display: inline-block;
  margin-right: 15px;
  vertical-align: -3px;
}
.xgxw ul{
  padding-bottom: 20px;
  margin: 0 -20px;
}
.xgxw li{
  float: left;
  width: 50%;
  padding: 0 20px 0 35px;
  background: url(../images/icon/dian2.jpg) no-repeat 20px center;
  line-height: 35px;
  white-space: nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  font-size: 16px;}
.xgxw li span{
  float: right;
  color: #999;
  margin-left: 20px;}
.click-top{
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 1000;
  cursor: pointer;
  width: 30px;
  display: none;}
@media print{.dyyc{display: none !important;}.detail{padding-top: 20px;}}
@media screen and (max-width:768px) {
	body {
		min-width: 100%;
	}

	body,
	.container,
	.content,
	.header .top .top_lf {
		width: 100%;
	}

	.header .top {
		height: auto;
	}

	.header .top .top_lf {
		float: none;
		overflow: hidden;
	}

	.header .top .top_lf span {
		width: auto;
		text-align: center;
    padding: 0 10px;
	}

	.header .top .top_lf span a {
		padding: 0;
		border: none;
	}

	.header .top .top_rt {
		float: none;
		overflow: hidden;
	}

	.header .top .top_rt a {
		margin-left: 0;
		width: 20%;
		text-align: center;
	}

	.header .middle {
		height: auto;
	}

	.header .middle .logo {
		float: none;
	}

	.header .middle .logo a {
		display: block;
		padding: 20px;
	}

	.header .middle .logo a img {
		width: 100%;
		height: auto;
		margin: 0;
	}

	.header .middle .ml_rt {
		float: none;
    padding: 5px 0;
	}

	.header .middle .ml_rt .search {
		margin: 0 10%;
		width: 80%;
	}

	.header .middle .ml_rt input {
		width: 100%;
	}

	.header .middle .ml_rt button {
		left: inherit;
    top: 1px;
		right: 1px;
    height: 46px;
	}

	.header .middle .ml_rt .log_reg {
		margin: 10px 0 0;
    float: inherit;
	}

	.header .nav li {
		width: 33.33%;
	}
  .header .middle .ml_rt .log_reg i.login {
    display: none;
  }
  
  .header .middle .ml_rt .log_reg i.register {
    display: none;
  }
	.artcleChannelWrap {
		overflow: auto;
		overflow-y: hidden;
	}

	.artcleChannelWrap ul {
		overflow: hidden;
	}
	
	.link{
		display: none;
	}
	
	.footer{
		height: auto;
	}
	
	.footer .wzsm{
		text-align: center;
	}
	
	.footer .webinfo,
	.footer .jiucuo{
		float: none;
		text-align: center;
	}
	
	.footer .webinfo p{
		height: auto;
	}
}
